DfT Patterns
Recent Changes
Dependency Injection | Category: DfT Patterns | 26 January 2004 |
The client provides the depended-on object to the SUT. |
Dependency Lookup | Category: DfT Patterns | 26 January 2004 |
The SUT asks another object to return the depended-on object before it
uses it. |
Humble Object | Category: DfT Patterns | 26 January 2004 |
We extract the logic into a separate easy-to-test component that is decoupled
from its environment. |
Test Hook | Category: DfT Patterns | 26 January 2004 |
We modify the SUT to behave differently during the test. |
Copyright © 2003-2008 Gerard Meszaros all rights reserved